@@ -325,6 +325,9 @@ def consumer_info_api(request): |
||
| 325 | 325 |
submit_during_activity=during_activity |
| 326 | 326 |
) |
| 327 | 327 |
|
| 328 |
+ user.resgister_at = log.created_at |
|
| 329 |
+ user.save() |
|
| 330 |
+ |
|
| 328 | 331 |
for act in activities: |
| 329 | 332 |
try: |
| 330 | 333 |
coupon = CouponInfo.objects.get(coupon_id=act['coupon_id']) |